home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 25 / AACD 25.iso / AACD / Magazine / Online / QMail / source / now.h < prev    next >
Encoding:
C/C++ Source or Header  |  1997-04-15  |  87 b   |  9 lines

  1. #ifndef NOW_H
  2. #define NOW_H
  3.  
  4. #include "datetime.h"
  5.  
  6. extern datetime_sec now();
  7.  
  8. #endif
  9.